Bug 546285 – Allow GtkEntry to draw progress
authorMichael Natterer <mitch@imendio.com>
Fri, 5 Dec 2008 11:31:30 +0000 (11:31 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 5 Dec 2008 11:31:30 +0000 (11:31 +0000)
commit9b598898476baa9cf419a1cc49bdf05fffebf5c0
treefe5fb203ef67ae1f42b0b3e5d11145e440763ac6
parente2d2ea6fd7a5e274797ac7e59af74947a067a44d
Bug 546285 – Allow GtkEntry to draw progress

2008-12-05  Michael Natterer  <mitch@imendio.com>

Bug 546285 – Allow GtkEntry to draw progress

* gtk/gtkentry.[ch]: add new API similar to GtkProgressBar which
allows to set the entry's progress_fraction, its progress_pulse_step
and to let the entry's progress pulse.

* gtk/gtk.symbols: updated.

* tests/testgtk.c: add progress demo code to the "Entry" window.

svn path=/trunk/; revision=21846
ChangeLog
gtk/gtk.symbols
gtk/gtkentry.c
gtk/gtkentry.h
tests/testgtk.c